function object造句
例句與造句
- Function alter on function object
對函數(shù)object的alter權(quán)限 - Alter on function object
對函數(shù)object的alter權(quán)限 - In usual cases of method invocation the return result is a function object , which is then executed
方法調(diào)用通常返回的結(jié)果是一個(gè)函數(shù)對象,然后執(zhí)行這個(gè)函數(shù)對象。 - The closure captures the information about the actual web service method stub to be invoked the function object called
閉包捕獲真正被調(diào)用的web服務(wù)方法存根(稱為 - For future reference , you can add any attribute to a function by setting it on the function object
為了將來引用,您可以通過將屬性設(shè)置在函數(shù)對象上給函數(shù)添加任何屬性。 - It's difficult to find function object in a sentence. 用function object造句挺難的
- The following example uses the system function object definition to return the definition of user - defined function
下面的示例使用系統(tǒng)函數(shù)object _ definition返回用戶定義函數(shù) - Methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object
方法也支持訪問(不是設(shè)置)的其實(shí)際所調(diào)用的函數(shù)的任意屬性 - We also often pass function objects to our own custom functions , but usually those amount to combinations of the mentioned built - ins
這種方法通常在調(diào)用鏈中,只要在某些地方有可能需要值,就會傳遞一些值(或帶有多成員的結(jié)構(gòu)) 。 - This implementation supports function objects with up to nine arguments . this is an implementation detail , not an inherent limitation of the design
當(dāng)前的實(shí)現(xiàn)支持最多帶有9個(gè)參數(shù)的函數(shù)對象。這一限制是由實(shí)現(xiàn)細(xì)節(jié),而不是設(shè)計(jì)造成的。 - In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function
這種情況下返回的函數(shù)對象就是一個(gè)閉包,其中封裝了一些日志代碼和最初的函數(shù)調(diào)用所需要的數(shù)據(jù)。 - Function objects to names in the example , but that is not strictly necessary . we could instead simply nest the definitions . for readability we do it this way ; but also because
我們定義的每一個(gè)閉包函數(shù)都攜帶了函數(shù)范圍內(nèi)定義的任何值,然后將這些值綁定到函數(shù)對象的全局范圍。 - But just as we can use the number 23 without binding it to any name in other words , as a function argument , we can use the function object we created with
閉包就象是fp的jekyll對于oop的hyde (角色或者也可能對調(diào)) 。閉包類似對象示例,是一種將一大批數(shù)據(jù)和功能封裝在一起的一種方式。 - From multimethods import dispatch " multimethods " is generally a synonym for multiple dispatch ; but the name multimethod suggests the concrete function object handling the more abstract concept multiple dispatch . an instance of
“多元法( multimethods ) ”通常是多分派的同義詞;但是多元法這個(gè)名稱暗示著處理較抽象的概念時(shí)應(yīng)采用具體的函數(shù)對象。 - If the name denotes a valid class attribute that is a function object , a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object
如果這個(gè)命名確認(rèn)為一個(gè)有效的函數(shù)對象類屬性,就會將實(shí)例對象和函數(shù)對象封裝進(jìn)一個(gè)抽象對象:這就是方法對象。 - When the method object is called with an argument list , it is unpacked again , a new argument list is constructed from the instance object and the original argument list , and the function object is called with this new argument list
以一個(gè)參數(shù)列表調(diào)用方法對象時(shí),它被重新拆封,用實(shí)例對象和原始的參數(shù)列表構(gòu)造一個(gè)新的參數(shù)列表,然后函數(shù)對象調(diào)用這個(gè)新的參數(shù)列表。
更多例句: 下一頁